home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / qudproxy.readme < prev    next >
Text File  |  1999-07-01  |  3KB  |  92 lines

  1. Short:    Quake proxy, allows playing via IP-NAT.
  2. Author:   Elmar Hoffmann <elho@gmx.net>
  3. Uploader: Elmar Hoffmann <elho@gmx.net>
  4. Version:  1.0
  5. Type:     comm/tcp
  6. Requires: ixemul.library V46+, ixnet.library V44+ and compatible IP-stack
  7.  
  8. This is a port of qudproxy by Jason Merrill, the original readme follows
  9. below.
  10.  
  11. When have a local network between your Amiga and a PC and you connect to
  12. the internet with your Amiga, giving the PC internet access via an IP-NAT
  13. setup on your Amiga, you are not able to play Quake 1 online, ie.
  14. connected to a server on the internet, on the PC.
  15. The possible solutions to this problem are either having a hack for Quake
  16. in the protocol stack doing the IP-NAT or running a proxy on the the
  17. machine doing the IP-NAT.
  18. While MiamiDX has hacks for running non-passive FTP and IRC-DCC through
  19. its IP-NAT, a hack for Quake is missing, so the remaining solution is
  20. using a proxy.
  21. The proxy connects to the server you want to play on, as he does this from
  22. the Amiga, IP-NAT causes no problems. Quake on the PC now has to connect
  23. to the Amiga (which due to the proxy running looks like a Quake server to
  24. the PC) instead of the server on the internet, as this is a connection on
  25. the local network, IP-NAT again isn't involved, thus causing no problems.
  26.  
  27. Note: As Quake servers only allow one player per IP, you can obviously
  28. only play on one of your computers simultaneous at a server. Playing at
  29. different servers is possible though.
  30.  
  31.  
  32. Usage: qudproxy [-l localport] [-r remoteport] [-d[d]] [-h] [-v] server
  33.  
  34. The localport is the port on which the proxy will accept connections on
  35. your Amiga, it defaults to 26000 when not specified.
  36. Unless you run a Quake 1 server on your Amiga at the same time you use the
  37. proxy to play on your PC on an other server, you won't need to use this
  38. option.
  39.  
  40. The remoteport is the port of the server you want to connect to, so if it
  41. is anything except the default of 26000, you have to use this option.
  42.  
  43. -h will print the usage, -v the version and -d will enable additional
  44. debugging output.
  45.  
  46. server is the hostname or ip address of the Quake server you want to play
  47. on.
  48.  
  49.  
  50. A simple example would be running qudproxy from a Shell on your Amiga like
  51. this (substitute 137.226.116.82 with the address of your favourite Quake 1
  52. server):
  53.  
  54. > qudproxy 137.226.116.82
  55.  
  56. and then use
  57.  
  58. > connect 192.168.1.1
  59.  
  60. in the console of Quake on the PC (substitute 192.168.1.1 with the ip
  61. address or hostname of your Amiga).
  62.  
  63. elmar
  64.  
  65. --8<---
  66.  
  67. This is a Quake UDP server proxy, based on the ipx->udp proxy that was
  68. floating around.  It works on Linux 2.0.0, Solaris 2.5, SunOS 4.1.3_U1 and
  69. probably any other recent UNIX.  Run it on a machine which straddles your
  70. firewall, invoke it with the name of the server to proxy for, and have
  71. clients connect to the proxy.
  72.  
  73. Changes in version 1.0:
  74.  
  75. Work around SunOS 4.1.3_U1 recvfrom bug.
  76. Support Quake shareware release instead of qtest.
  77.  
  78. Jason Merrill
  79. jason@cygnus.com
  80.  
  81.  
  82. ============================= Archive contents =============================
  83.  
  84. Original  Packed Ratio    Date     Time    Name
  85. -------- ------- ----- --------- --------  -------------
  86.      327     152 53.5% 15-Jun-99 18:57:24  Makefile
  87.     8320    4444 46.5% 15-Jun-99 19:52:16  qudproxy
  88.     6814    2425 64.4% 15-Jun-99 19:52:06  qudproxy.c
  89.     2947    1388 52.9% 17-Jun-99 01:24:22  qudproxy.readme
  90. -------- ------- ----- --------- --------
  91.    18408    8409 54.3% 18-Jun-99 21:30:48   4 files
  92.